home *** CD-ROM | disk | FTP | other *** search
- if (status = "exitAlart") or (status = "helpMenu") then
- if stillDown() and not rollOver(20) then
- beepsound("Warning")
- end if
- if (status = "helpMenu") and (random(3) = 2) then
- openmouse()
- end if
- go(marker(0) + 1)
- exit
- end if
- if contstatus = "control" then
- go(marker(0) + 1)
- exit
- end if
- if the puppet of sprite 20 = 1 then
- cursor(cursor128)
- else
- if rollOver(17) then
- cursor(cursor147)
- else
- if rollOver(18) then
- cursor(cursor146)
- else
- cursor(cursor128)
- end if
- end if
- end if
- if the movieRate of sprite 15 = 0 then
- go(marker(-1))
- exit
- end if
- if rollOver(3) then
- checkvideo()
- else
- puppetSprite(4, 0)
- end if
-